Qwik/Sample Firebase App/functions/index.js
import { https } from "firebase-functions";
import qwikApp from './server/entry-firebase.mjs';
export const app = https.onRequest(qwikApp)
import { https } from "firebase-functions";
import qwikApp from './server/entry-firebase.mjs';
export const app = https.onRequest(qwikApp)